home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000292_news@columbia.edu _Tue Dec 10 20:34:13 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.8.3/8.8.3) with ESMTP id UAA19989 for <kermit.misc@watsun.cc.columbia.edu>; Tue, 10 Dec 1996 20:34:13 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.8.3/8.8.3) id UAA06643 for kermit.misc@watsun; Tue, 10 Dec 1996 20:34:10 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Fun with Sixels
  8. Date: 11 Dec 1996 01:33:20 GMT
  9. Organization: Columbia University
  10. Lines: 20
  11. Message-ID: <58l310$6bj$1@apakabar.cc.columbia.edu>
  12. NNTP-Posting-Host: watsun.cc.columbia.edu
  13.  
  14.  
  15. For MS-DOS Kermit users...  A small collection of Sixel graphics files, most
  16. of them from John G. Zvonar, of Austin, Texas, along with John's program
  17. PCX2SIX.EXE, a DOS program to convert Windows PCX (PC Paintbrush) files to
  18. Sixel format, for display by MS-DOS Kermit's REPLAY command, or for display
  19. through MS-DOS Kermit's terminal emulator from the host.  Of course, you can
  20. also display them on any real VTxxx graphics terminal (e.g. VT340), or print
  21. them on a Sixel printer.
  22.  
  23. For those who don't know, Sixels are a compact way of transmitting raster
  24. graphics -- color or monochrome -- using ANSI-format escape sequences.
  25.  
  26. The Sixel files, programs, and documentation are in:
  27.  
  28.   ftp://kermit.columbia.edu/kermit/sixel/
  29.  
  30. Thanks to John for contributing this material to the Kermit archive.  If
  31. anyone else has some nice Sixel examples for the gallery, let me know.
  32.  
  33. - Frank